docs(ai-monitoring): Add setUser / user attribution to Conversations docs#18552
Merged
obostjancic merged 3 commits intoJun 26, 2026
Conversation
…onversations Add 'Identifying Users in Conversations' sections to the JS and Python AI agent monitoring guides, explaining that setUser() / set_user() populates the User column in the Conversations view. Add a 'User Attribution' section to the Conversations product page, with JS and Python code snippets, and mention the User column in the Conversations List section. Refs TET-2513 Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
…-to-setuser-in-agent-monitoring
The link to User Feedback #identifying-users did not exist on that page. Point to the setUser API reference instead which documents all supported fields. Refs TET-2513 Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>
This was referenced Jun 25, 2026
Merged
vgrozdanic
approved these changes
Jun 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds 'Identifying Users in Conversations' sections to the JS and Python AI agent monitoring guides, and a 'User Attribution' section to the Conversations product page.
The Conversations view shows a User column that is empty unless setUser / set_user is called. These additions make that requirement explicit at the point users are reading about Conversations, with JS and Python code snippets. The Conversations List description is updated to mention the User column.
Also fixes a broken anchor — the initial draft linked to /platforms/javascript/user-feedback/#identifying-users which does not exist; the link now points to the setUser API reference instead.
Companion PRs:
Refs TET-2513